home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "softdomes2"
- cursor(280)
- set the visible of sprite 46 to 1
- set the visible of sprite 39 to 0
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "softdomes"
- cursor(-1)
- set the visible of sprite 46 to 0
- set the visible of sprite 39 to 1
- end
-
- on mouseUp me
- go("domes")
- set the visible of sprite 46 to 0
- set the visible of sprite 39 to 1
- end
-